mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
Remove split.o at make clean.
This commit is contained in:
6
Makefile
6
Makefile
@ -1,11 +1,11 @@
|
||||
|
||||
VERSION=2.0a
|
||||
|
||||
# CC = gcc
|
||||
#CC = gcc
|
||||
CPPFLAGS=-DVERSION_STR=\"$(VERSION)\"
|
||||
CFLAGS = -Wall -g
|
||||
|
||||
# LD = gcc
|
||||
#LD = gcc
|
||||
LDFLAGS = -g
|
||||
LDLIBS =
|
||||
|
||||
@ -56,7 +56,7 @@ picocom.8.ps : picocom.8
|
||||
groff -mandoc -Tps $< > $@
|
||||
|
||||
clean:
|
||||
rm -f picocom.o term.o linenoise-1.0/linenoise.o
|
||||
rm -f picocom.o term.o split.o linenoise-1.0/linenoise.o
|
||||
rm -f *~
|
||||
rm -f \#*\#
|
||||
|
||||
|
Reference in New Issue
Block a user