mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
default make target now is 'all'
This commit is contained in:
parent
dd6f415a04
commit
8cd94192d8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ OBJ_C = main.o lexer.o parser.o
|
|||
OBJ_X = exec-standalone.o util.o con.o
|
||||
|
||||
|
||||
default: gmqcc
|
||||
default: all
|
||||
%.o: %.c
|
||||
$(CC) -c $< -o $@ $(CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue