Fixed Makefile

This commit is contained in:
Bartłomiej Szostak 2024-06-08 16:22:45 +02:00
parent a21b0ac725
commit 337ed7d795
No known key found for this signature in database
GPG Key ID: 562DACF230A18086

View File

@ -13,8 +13,8 @@ floatwin: ./src/floattobitshelper.c ./src/floattobitshelper.h
sillymachine: ./src/sillymachine.adb ./src/*.adb ./src/*.ads floattobitshelper
gnatmake ./src/sillymachine.adb -largs -L./ -l:floattobitshelper.a
debug: ./src/sillymachine.adb ./src/*.adb ./src/*.ads
gnatmake ./src/sillymachine.adb -o sillymachine-debug -g
debug: ./src/sillymachine.adb ./src/*.adb ./src/*.ads floattobitshelper
gnatmake ./src/sillymachine.adb -o sillymachine-debug -g -largs -L./ -l:floattobitshelper.a
win: ./src/sillymachine.adb ./src/*.adb ./src/*.ads floatwin