This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make clean removes all object files
master
Bert Münnich
7 years ago
parent
df714376c5
commit
79bcc2ba4a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@@ -1,4 +1,4 @@
VERSION = git-2017102
2
VERSION = git-2017102
3
srcdir = .
VPATH = $(srcdir)
@@ -58,7 +58,7 @@ config.h:
cp $(srcdir)/config.def.h $@
clean:
rm -f
$(OBJS)
sxiv
rm -f
*.o
sxiv
install: all
@echo "INSTALL bin/sxiv"
Write
Preview
Loading…
Cancel
Save