From b018c5881cd6f6f5068159bc4c280d716a9cc695 Mon Sep 17 00:00:00 2001 From: gogo <37984199+Gogo268@users.noreply.github.com> Date: Mon, 13 Dec 2021 09:23:03 +0100 Subject: [PATCH] this works on dos, should work on FPC as well. MakeFile Update Now --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5b2bf08..29595da 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,11 @@ haxe: haxe --interp Pig.hx -m Pig rust: rustc pig.rs -o ppigrust - +pascal: + fpc pig.pas cmake: mkdir build && cd build cmake .. clean: - rm ppig* \ No newline at end of file + rm ppig*