X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=Makefile;h=476a8db61ebf6de74e94da607d31ae858c122f51;hp=f3918def605fe2b04dbb297a99dfd05109c8825e;hb=46c00136c5a8684c50f0a518f53fa8af85d18d92;hpb=f2e1e79d32d18ac0c82f3c5c656c29c7e430c31a diff --git a/Makefile b/Makefile index f3918de..476a8db 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,6 @@ all: selector selector: selector.o $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) + +clean: + rm -f *.o selector