Updated Makefile
This commit is contained in:
parent
2ffa57c9c4
commit
d847f01a06
5
Makefile
5
Makefile
@ -1,10 +1,11 @@
|
||||
|
||||
default: sillymachine
|
||||
|
||||
sillymachine: ./src/sillymachine.adb
|
||||
sillymachine: ./src/sillymachine.adb ./src/*.adb ./src/*.ads
|
||||
gnatmake ./src/sillymachine.adb
|
||||
|
||||
sillymachine.exe: ./src/sillymachine.adb
|
||||
sillymachine.exe: ./src/sillymachine.adb ./src/*.adb ./src/*.ads
|
||||
|
||||
x86_64-w64-mingw32-gnatmake src/sillymachine.adb -lwinmm -lgdi32
|
||||
|
||||
all: sillymachine sillymachine.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user