Skip to content

Commit

Permalink
this works on dos, should work on FPC as well.
Browse files Browse the repository at this point in the history
MakeFile Update Now
  • Loading branch information
re9177 authored Dec 13, 2021
1 parent 7136f5f commit b018c58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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*
rm ppig*

0 comments on commit b018c58

Please sign in to comment.