gi-server

Unnamed repository; edit this file 'description' to name the repository.
git clone https://logand.com/git/gi-server.git/
Log | Files | Refs

Makefile (155B)


      1 all: gi-server
      2 
      3 gi-server: gi-server.c
      4 	$(CC) -Wall -Os -o $@ $< `pkg-config --cflags --libs gobject-introspection-1.0`
      5 	strip $@
      6 
      7 clean:
      8 	rm -f gi-server