From 337ed7d7954a6c6fc2f0a870d7e0745d5744cecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Szostak?= Date: Sat, 8 Jun 2024 16:22:45 +0200 Subject: [PATCH] Fixed Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 316b90d..b782c0d 100644 --- a/Makefile +++ b/Makefile @@ -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