simplify
This commit is contained in:
12
str/Makefile
12
str/Makefile
@@ -1,12 +1,2 @@
|
||||
RM = rm -f
|
||||
TARGETS = str
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
str: str.c
|
||||
$(CC) -DINCLUDE_ISVALUE=1 -o $@ $@.c
|
||||
|
||||
clean:
|
||||
$(RM) $(TARGETS)
|
||||
|
||||
.PHONY: all clean
|
||||
$(CC) -include isvalue.c -o $@ $@.c
|
||||
|
||||
Reference in New Issue
Block a user