From 394a8c8dd4e91ee64c33cfcf5bd8b1d3d1cb6fb6 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Thu, 6 Dec 2001 19:52:07 +0000 Subject: [PATCH] Added clean pseudo-target. --- motif/server/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motif/server/GNUmakefile b/motif/server/GNUmakefile index 383217e50..32b535a4c 100644 --- a/motif/server/GNUmakefile +++ b/motif/server/GNUmakefile @@ -18,3 +18,6 @@ tables.o : tables.c StringTable.h ClassTable.h TypeTable.h requests.o : requests.c Interface.h $(CC) $(CFLAGS) -c $< + +clean: + -rm -f core $(OBJS) $(TARGET) -- GitLab