Generated v2 prefixes

This commit is contained in:
geky bot
2019-04-11 02:08:05 +00:00
parent 0907ba7813
commit 8d4fd46a4c
28 changed files with 6298 additions and 6298 deletions

View File

@@ -1,6 +1,6 @@
TARGET = lfs.a
TARGET = lfs2.a
ifneq ($(wildcard test.c main.c),)
override TARGET = lfs
override TARGET = lfs2
endif
CC ?= gcc
@@ -53,7 +53,7 @@ endif
-include $(DEP)
lfs: $(OBJ)
lfs2: $(OBJ)
$(CC) $(CFLAGS) $^ $(LFLAGS) -o $@
%.a: $(OBJ)