simple-cpp-game-study/PPP3/Makefile

8 lines
173 B
Makefile

all:
meson compile -C . 2>&1 | ../builddir/goc
build:
meson compile -C .
test:
@echo "../ex08.cpp:7:10: error: use of undeclared identifier \'oops\'" | ../builddir/goc