Fixed Makefile
This commit is contained in:
parent
a21b0ac725
commit
337ed7d795
4
Makefile
4
Makefile
@ -13,8 +13,8 @@ floatwin: ./src/floattobitshelper.c ./src/floattobitshelper.h
|
|||||||
sillymachine: ./src/sillymachine.adb ./src/*.adb ./src/*.ads floattobitshelper
|
sillymachine: ./src/sillymachine.adb ./src/*.adb ./src/*.ads floattobitshelper
|
||||||
gnatmake ./src/sillymachine.adb -largs -L./ -l:floattobitshelper.a
|
gnatmake ./src/sillymachine.adb -largs -L./ -l:floattobitshelper.a
|
||||||
|
|
||||||
debug: ./src/sillymachine.adb ./src/*.adb ./src/*.ads
|
debug: ./src/sillymachine.adb ./src/*.adb ./src/*.ads floattobitshelper
|
||||||
gnatmake ./src/sillymachine.adb -o sillymachine-debug -g
|
gnatmake ./src/sillymachine.adb -o sillymachine-debug -g -largs -L./ -l:floattobitshelper.a
|
||||||
|
|
||||||
win: ./src/sillymachine.adb ./src/*.adb ./src/*.ads floatwin
|
win: ./src/sillymachine.adb ./src/*.adb ./src/*.ads floatwin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user