deploy: ebd4cc0010
This commit is contained in:
26
node_modules/shiki/samples/make.sample
generated
vendored
26
node_modules/shiki/samples/make.sample
generated
vendored
@@ -1,26 +0,0 @@
|
||||
edit : main.o kbd.o command.o display.o \
|
||||
insert.o search.o files.o utils.o
|
||||
cc -o edit main.o kbd.o command.o display.o \
|
||||
insert.o search.o files.o utils.o
|
||||
|
||||
main.o : main.c defs.h
|
||||
cc -c main.c
|
||||
kbd.o : kbd.c defs.h command.h
|
||||
cc -c kbd.c
|
||||
command.o : command.c defs.h command.h
|
||||
cc -c command.c
|
||||
display.o : display.c defs.h buffer.h
|
||||
cc -c display.c
|
||||
insert.o : insert.c defs.h buffer.h
|
||||
cc -c insert.c
|
||||
search.o : search.c defs.h buffer.h
|
||||
cc -c search.c
|
||||
files.o : files.c defs.h buffer.h command.h
|
||||
cc -c files.c
|
||||
utils.o : utils.c defs.h
|
||||
cc -c utils.c
|
||||
clean :
|
||||
rm edit main.o kbd.o command.o display.o \
|
||||
insert.o search.o files.o utils.o
|
||||
|
||||
# From https://www.gnu.org/software/make/manual/html_node/Simple-Makefile.html
|
||||
Reference in New Issue
Block a user