1
0
mirror of https://github.com/krislamo/knrc.git synced 2026-06-01 04:53:26 +00:00
Files
knrc/Makefile
T
2021-11-03 00:37:32 -04:00

8 lines
165 B
Makefile

all: hello mathvars
hello: 01-hello-world.c
gcc -o ./bin/01-helloworld 01-hello-world.c
mathvars: 02-vars-and-math.c
gcc -o ./bin/02-mathvars 02-vars-and-math.c