Empty changelog

This commit is contained in:
rsc 2003-09-30 19:06:33 +00:00
parent 55dedf713c
commit c4954d68b8

17
src/Makecommon Normal file
View file

@ -0,0 +1,17 @@
.c.$O:
@echo cc $*.c
@$(CC) $(CFLAGS) -I$(9SRC)/include $*.c
%.$O: %.c
@echo cc $*.c
@$(CC) $(CFLAGS) -I$(9SRC)/include $*.c
$(OFILES): $(HFILES)
clean:
rm -f $(CLEANFILES)
nuke:
rm -f $(CLEANFILES) $(NUKEFILES)
.phony: all install clean nuke