OSDN Git Service

OMakefileの修正. distcleanルールの追加
[paldema/paldema.git] / src / OMakefile
index 0f56580..65fdf30 100644 (file)
@@ -2,3 +2,6 @@ CXXFLAGS = -Wall -W -g $(shell pkg-config --cflags opencv)
 LDFLAGS = $(shell pkg-config --libs opencv)
 
 .SUBDIRS: cpp test
+
+distclean:
+  rm OMakefile.omc