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