diff options
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 |