Human-in-the-Loop extension for pi coding agent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
CC = /home/enne2/.local/gbdk/bin/lcc |
|
CFLAGS = -Wl-yt1 -Wl-ya4 |
|
|
|
hello.gb: main.c |
|
$(CC) $(CFLAGS) -o $@ $^ |
|
|
|
clean: |
|
rm -f *.gb *.ihx *.cdb *.adb *.noi *.map *.lst *.sym *.rel |
|
|
|
.PHONY: clean
|
|
|