mirror of
https://github.com/peter-tanner/CITS-3007-labs.git
synced 2024-12-02 15:20: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:
|
|
|