1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-09 16:40:38 +00:00

Fix makefile for Linux compiles of dhgrrgb.c

This commit is contained in:
David Schmenk 2025-03-20 13:46:38 -07:00
parent 41180672a0
commit 2aadc82154
2 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ $(DHGRRGB): dhgr.tk/utils/dhgrrgb.pla $(DHGRLIB) $(DHGRUTILS) dhgr.tk/inc/dhgrli
acme --setpc 4094 -o $(DHGRRGB) dhgr.tk/utils/dhgrrgb.a
$(DHGRRGB_C): dhgr.tk/utils/dhgrrgb.c
cc dhgr.tk/utils/dhgrrgb.c -o dhgr.tk/utils/dhgrrgb
cc dhgr.tk/utils/dhgrrgb.c -o dhgr.tk/utils/dhgrrgb -lm
$(PENGUINS): dhgr.tk/demos/penguins/penguins.pla dhgr.tk/inc/dhgrlib.plh dhgr.tk/inc/dhgrutils.plh
./xplasm -AMOW dhgr.tk/demos/penguins/penguins.pla

Binary file not shown.