Generated v1 prefixes

This commit is contained in:
geky bot
2019-04-08 23:29:26 +00:00
parent 7e110b44c0
commit 4827795e4b
25 changed files with 3982 additions and 3982 deletions

View File

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