magyarsort/makefile
2021-03-11 21:23:50 +01:00

3 lines
49 B
Makefile

all: g++ test.cpp -o test.out
clean: rm test.out