annotate makefile @ 0:cbded07e50d8 default tip

*: initial commit here's a simple VBE thing. It's intended to be able to work pretty much anywhere, but I don't really have anything to test VBE 1.0 with (and i'm not entirely sure if this code works in the first place) it's balls simple, no BS, and ONLY works with DJGPP.
author Paper <paper@tflc.us>
date Sat, 02 Aug 2025 12:55:21 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cbded07e50d8 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
1 main: main.o vbe.o
cbded07e50d8 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
2 $(CC) -o $@ $^