rename nonzero to argued
This commit is contained in:
12
argued/Makefile
Normal file
12
argued/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
RM = rm -f
|
||||
TARGETS = argued
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
%: %.c
|
||||
$(CC) -o $@ $@.c
|
||||
|
||||
clean:
|
||||
$(RM) $(TARGETS)
|
||||
|
||||
.PHONY: all clean
|
||||
Reference in New Issue
Block a user