diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-23 21:35:45 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-23 21:35:45 +0000 |
commit | 0b479a1e8b702cf90caa7705a4008352645bb0a7 (patch) | |
tree | 4dbbdc4e4890c6317ad917a033829750696f74b8 /Makefile | |
parent | c30b8af62e9452c63f0b954f7ac36fd21ddf0fd1 (diff) |
another makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ server: client: $(CC) $(CFLAGS) snowcast_control client.c + $(CC) $(CFLAGS) snowcast_listener listener.c clean: rm -f server client |