diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-09-23 17:30:45 -0400 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-09-23 17:30:45 -0400 |
| commit | 3b2aa8c271bf5cd5497decb6577afe5fd7339f57 (patch) | |
| tree | bc1d39ad76b15f58ddf61385645fa87a59fb1157 /Makefile | |
| parent | b417bcc57b9fd49f360087c32c97293a6bc7d2be (diff) | |
| parent | 1e9ac5407ef4f2cddc745f35f33a860446526cea (diff) | |
merge post-warmup with main
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -o +CFLAGS = -g -I. -std=gnu99 -Wall -pthread all: server client @@ -10,4 +10,4 @@ client: $(CC) $(CFLAGS) snowcast_control client.c clean: - rm -f server client
\ No newline at end of file + rm -f server client |
