diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-30 07:52:37 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-30 07:52:37 +0200 |
commit | 03b27ed824cecd8b16ef19fbb7b8f4e49d439af4 (patch) | |
tree | fce59f98f9c5f068cc77a7f8dc890827c1460317 /cv/Makefile | |
parent | 332dbd714969a15661706d259fd0b01b65657b25 (diff) | |
download | meself-03b27ed824cecd8b16ef19fbb7b8f4e49d439af4.zip meself-03b27ed824cecd8b16ef19fbb7b8f4e49d439af4.tar.gz |
cleanup
Diffstat (limited to 'cv/Makefile')
-rw-r--r-- | cv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cv/Makefile b/cv/Makefile index ac74ae8..4d9af70 100644 --- a/cv/Makefile +++ b/cv/Makefile @@ -20,6 +20,5 @@ $(MAIN).ps: $(DEFINITIONS) $(DEPENDENCIES) .lou.ps : $(LOUT) -F $(FONTSDIR) -r3 -o $@ $< - clean: -rm !(Makefile|$(DEFINITIONS)|$(FONTSDEF)|$(FONTSDIR)|*.lou) |