mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-19 06:40:49 +00:00
Make makes output consistent with BSD makes output for make
This commit is contained in:
parent
4990434db7
commit
efa571043b
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -82,7 +82,7 @@ endif
|
|||
endif
|
||||
|
||||
#standard rules
|
||||
%.o: %.c
|
||||
c.o:
|
||||
$(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
|
||||
|
||||
exec-standalone.o: exec.c
|
||||
|
|
Loading…
Reference in a new issue