Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
pre-release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjhosken committed Dec 14, 2023
1 parent 30fde52 commit 2678827
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TARGET=PAINter
VERSION=v2
DATE=11.12.2023
DATE=14.12.2023

CC = g++
SRCDIR = src
Expand All @@ -25,6 +25,4 @@ $(BUILDDIR)/%.o: $(SRCDIR)/%.cpp
clean:
rm -f $(BUILDDIR)/*.o $(TARGET)

# Copyright © 2023 Christopher Hosken

#https://stackoverflow.com/questions/54951379/gtk-3-native-file-chooser-allowed-file-types-and-default-file-name

0 comments on commit 2678827

Please sign in to comment.