mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Empty changelog
This commit is contained in:
parent
55dedf713c
commit
c4954d68b8
1 changed files with 17 additions and 0 deletions
17
src/Makecommon
Normal file
17
src/Makecommon
Normal 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
|
Loading…
Reference in a new issue