Makefile
This commit is contained in:
parent
d8fa412f3b
commit
9af70d4c39
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
|
Loading…
Reference in New Issue
Block a user