diff options
Diffstat (limited to 'lib/examples/Makefile')
-rw-r--r-- | lib/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/examples/Makefile b/lib/examples/Makefile index 2771542..692e9d6 100644 --- a/lib/examples/Makefile +++ b/lib/examples/Makefile @@ -8,4 +8,4 @@ client-blocking: client-blocking.c ../libradsec.a $(HFILES) $(CC) $(CFLAGS) -o $@ $< -L /usr/lib/freeradius -lfreeradius-radius -L .. -lradsec -L /usr/local/lib -levent_core clean: - -rm *.o client-blocking *.gch + -rm *.o *.gch client-blocking |