This repository has been archived on 2023-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
iaj/TP1/C-Cpp/src/Makefile
2023-01-27 16:12:56 +01:00

7 lines
100 B
Makefile

CC=g++
CFLAGS=-std=c++11 -Wall -O2
##### SOKOBAN
r0: mysok.h r0.cpp
$(CC) $(CFLAGS) r0.cpp -o $@