magyarsort/makefile

3 lines
49 B
Makefile
Raw Normal View History

2021-03-11 21:22:37 +01:00
all: g++ test.cpp -o test.out
clean: rm test.out