Makefile: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 January 2023

7 January 2023

  • curprev 18:5218:52, 7 January 2023Chili b talk contribs 445 bytes +445 Created page with " #!/usr/bin/env make CFLAGS += -Wall -Wextra CFLAGS += -Iinclude -include .makerc csrc := $(shell find src -name "*.c") obj := $(csrc:%.c=obj/%.o) obj/%.o: %.c @mkdi..."