mirror of
https://github.com/peter-tanner/CITS-3007-labs.git
synced 2024-11-30 09:00:19 +08:00
10 lines
89 B
Makefile
10 lines
89 B
Makefile
|
|
CFLAGS = -pedantic -Wall -Wextra
|
|
|
|
all: test_leap
|
|
|
|
test_leap: test_leap.o
|
|
|
|
test_leap.o:
|
|
|