diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-11-25 21:06:40 +0100 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-11-25 21:06:40 +0100 |
commit | 0dadfa903b7a780b4f88155a6eae7855890b797e (patch) | |
tree | 16ab5632128deaaad8643b7fcca11118fc0498e7 /src/user/app/prime/Makefile | |
parent | e138ba093d5e1acbad0587aee38f9c09415d24ca (diff) | |
download | TCE-0dadfa903b7a780b4f88155a6eae7855890b797e.tar.gz TCE-0dadfa903b7a780b4f88155a6eae7855890b797e.zip |
Return to standard C.
Diffstat (limited to 'src/user/app/prime/Makefile')
-rw-r--r-- | src/user/app/prime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/prime/Makefile b/src/user/app/prime/Makefile index 0e86c31..3a524e9 100644 --- a/src/user/app/prime/Makefile +++ b/src/user/app/prime/Makefile @@ -1,6 +1,6 @@ Obj = main.o Out = prime.elf -include $(SrcPath)/user/app/fwik.make +include $(SrcPath)/user/app/common.make LDFLAGS += -Map prime.map |