diff options
| author | xyz <gky44px1999@gmail.com> | 2022-05-02 17:14:03 -0700 | 
|---|---|---|
| committer | xyz <gky44px1999@gmail.com> | 2022-05-02 17:14:03 -0700 | 
| commit | 55bc3e8a4ab8447b616d3311c6e006a53aa2943d (patch) | |
| tree | c5b288cb12a55fa093738d32a3b4f2862f84fe7e | |
| parent | 1a71ce4fe40c947ca885f6914b86a35865bfddf1 (diff) | |
main.c rename to xcross.c
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | xcross.c (renamed from main.c) | 0 | 
2 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CC = gcc  CFLAGS = -g -Wall -lX11  PREFIX = /usr/local -xcross: main.c +xcross: xcross.c  	$(CC) $(CFLAGS) -o $@ $<  clean:  | 
