mirror of
https://github.com/eddyem/bta-meteo-logger.git
synced 2026-03-21 17:21:00 +03:00
init github
This commit is contained in:
12
C/client_cli/Makefile
Normal file
12
C/client_cli/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
CXX.SRCS = tempmon_cli
|
||||
CC = gcc
|
||||
LDFLAGS =
|
||||
CPPFLAGS =
|
||||
all : tempmon_cli clean
|
||||
tempmon_cli : client_cli.o
|
||||
$(CC) client_cli.c $(CPPFLAGS) -o tempmon_cli
|
||||
clean:
|
||||
/bin/rm -f *.o *~
|
||||
|
||||
### <DEPENDENCIES ON .h FILES GO HERE>
|
||||
# name1.o : header1.h header2.h ...
|
||||
Reference in New Issue
Block a user