parent
cc64e9e4a4
commit
3a118caf64
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -20,9 +20,12 @@
|
|||
|
||||
C=gcc
|
||||
CFLAG=-s -Os
|
||||
MT=mt
|
||||
MTARGS=-nologo
|
||||
|
||||
ldl3: main.o about.h str.h colors.h
|
||||
$(C) main.o about.h str.h colors.h -o ldl3 $(CFLAG)
|
||||
$(MT) -manifest ldl3.manifest -outputresource:ldl3.exe $(MTARGS)
|
||||
|
||||
main.o: main.c
|
||||
$(C) -c main.c $(CFLAG)
|
||||
|
|
Reference in a new issue